Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtension<T> Interface / ExportExtensionData Method
A System.Xml.XmlWriter object indicates the Xml writer.
An GrapeCity.Spreadsheet.IO.OpenXml.ExportContext object indicates the export context.
An IExtensibleObject<T> object indicates the extension provider.
A System.Guid value represents the extension's identifier.


In This Topic
ExportExtensionData Method (IExtension<T>)
In This Topic
Exports the extension data.
Syntax
'Declaration
 
Sub ExportExtensionData( _
   ByVal writer As XmlWriter, _
   ByVal context As ExportContext, _
   ByVal extensibleObject As IExtensibleObject(Of T), _
   ByVal key As Guid _
) 
 
'Usage
 
Dim instance As IExtension(Of T)
Dim writer As XmlWriter
Dim context As ExportContext
Dim extensibleObject As IExtensibleObject(Of T)
Dim key As Guid
 
instance.ExportExtensionData(writer, context, extensibleObject, key)

Parameters

writer
A System.Xml.XmlWriter object indicates the Xml writer.
context
An GrapeCity.Spreadsheet.IO.OpenXml.ExportContext object indicates the export context.
extensibleObject
An IExtensibleObject<T> object indicates the extension provider.
key
A System.Guid value represents the extension's identifier.
See Also